ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class / MinorUnit Property

In This Topic
    MinorUnit Property (ChartAxis<T>)
    In This Topic
    Gets or sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.
    Syntax
    'Declaration
     
    Public Property MinorUnit As Double
    public double MinorUnit {get; set;}
    See Also